home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TCONTENTMESSAGEFORM
/
TCONTENTMESSAGEFORM.txt
Wrap
Text File
|
2010-10-15
|
4KB
|
198 lines
object ContentMessageForm: TContentMessageForm
Left = 307
Top = 169
BorderStyle = bsToolWindow
Caption = 'Message'
ClientHeight = 358
ClientWidth = 519
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
DesignSize = (
519
358)
PixelsPerInch = 96
TextHeight = 13
object OKButton: TTntButton
Left = 342
Top = 329
Width = 75
Height = 23
Anchors = [akRight, akBottom]
Caption = '&OK'
Default = True
TabOrder = 1
OnClick = OKButtonClick
end
object CancelButton: TTntButton
Left = 430
Top = 329
Width = 67
Height = 23
Anchors = [akRight, akBottom]
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object MessageBox: TTntGroupBox
Left = 0
Top = 0
Width = 519
Height = 324
Align = alTop
Caption = 'Message'
TabOrder = 0
object FromLab: TTntLabel
Left = 8
Top = 18
Width = 26
Height = 13
Caption = 'From:'
end
object ToLab: TTntLabel
Left = 8
Top = 41
Width = 16
Height = 13
Caption = 'To:'
end
object SubjectL: TTntLabel
Left = 8
Top = 62
Width = 39
Height = 13
Caption = 'Subject:'
end
object FromEdit: TTntEdit
Left = 96
Top = 15
Width = 386
Height = 21
TabOrder = 0
end
object ToEdit: TTntEdit
Left = 96
Top = 37
Width = 386
Height = 21
TabOrder = 2
end
object SubjectEdit: TTntEdit
Left = 96
Top = 59
Width = 407
Height = 21
TabOrder = 4
end
object TextButton: TTntRadioButton
Left = 8
Top = 82
Width = 89
Height = 17
Caption = 'Text:'
Checked = True
TabOrder = 5
TabStop = True
OnClick = TextButtonClick
end
object Memo: TTntMemo
Left = 96
Top = 81
Width = 407
Height = 149
ScrollBars = ssBoth
TabOrder = 6
WordWrap = False
OnKeyDown = MemoKeyDown
end
object PatternBox: TTntButton
Left = 379
Top = 235
Width = 124
Height = 23
Caption = 'Message patterns...'
TabOrder = 7
OnClick = PatternBoxClick
end
object MessageFileEdit: TTntEdit
Left = 96
Top = 261
Width = 388
Height = 21
TabOrder = 8
end
object FileNameButton: TTntRadioButton
Left = 8
Top = 263
Width = 87
Height = 17
Caption = 'Message file:'
TabOrder = 9
OnClick = TextButtonClick
end
object HiddenPanel: TTntPanel
Left = 6
Top = 290
Width = 499
Height = 26
BevelOuter = bvNone
TabOrder = 10
object MessageTypeL: TTntLabel
Left = 3
Top = 4
Width = 69
Height = 13
Caption = 'Message type:'
end
object MessageTypeBox: TTntComboBox
Left = 90
Top = 0
Width = 407
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'Email'
'Instant Messaging'
'Email & Instant Messaging')
end
end
object MsgFileButton: TTntButton
Left = 483
Top = 260
Width = 20
Height = 21
Caption = '...'
TabOrder = 11
OnClick = MsgFileButtonClick
end
object FromSelectButton: TTntButton
Left = 481
Top = 15
Width = 21
Height = 21
Caption = '...'
TabOrder = 1
OnClick = FromSelectButtonClick
end
object ToSelectButton: TTntButton
Left = 481
Top = 37
Width = 21
Height = 21
Caption = '...'
TabOrder = 3
OnClick = ToSelectButtonClick
end
end
end